BackColor
Returns and sets the background color used by the imaG for displaying images and drawing.
Syntax: | imaG.BackColor = color (OLE_COLOR) |
Default Value: &H8000000F (ButtonFace)
This color will appear in areas of the imaG control on the screen that are not filled by the image.
If you are using
this property with a palettized image, then the color selected
must be contained in the image's palette. If it is not, then the
closest color found in the image's palette is used.